Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/008-form wave animation/

index.html /cody/solygambas/html-css-javascript-projects/008-form wave animation/index.html
381 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
script.js /cody/solygambas/html-css-javascript-projects/008-form wave animation/script.js
236 Views
0 Comments
const labels = document.querySelectorAll(".form-control label");

labels.forEach((label) => {
label.innerHTML = label.innerTex
style.css /cody/solygambas/html-css-javascript-projects/008-form wave animation/style.css
197 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Muli&display=swap");

* {
box-sizing: border-box;
}

body {
font-famil